cody - HTMLify profile

cody
4270 Files
632707 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/152 - Voice Recorder
# Voice Recorder 🎙:
> It's a Voice Recorder made using HTML,CSS,JS , used to record audio from user and save this audio for further usages
---
## Tech Stack:
HTML5,CSS,Javascript
## Screenshot:
> It's a Voice Recorder made using HTML,CSS,JS , used to record audio from user and save this audio for further usages
---
## Tech Stack:
HTML5,CSS,Javascript
## Screenshot:
html{
font-family: cursive;
}
.container {
display: flex;
flex-direction: column;
}
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Voice Recorder🎙</title>
<link rel="stylesheet" href="./style.css">
</head>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Voice Recorder🎙</title>
<link rel="stylesheet" href="./style.css">
</head>